getCacheEntry

suspend fun getCacheEntry(keys: List<String>, version: String): CacheEntry?

Get a cache entry for the keys and version, or null if none exists

Sources

js source
Link copied to clipboard